MESCIUS SPREAD for Windows Forms 15.0J
IsAvailable(Int32,Int32,Int32,Int32) メソッド

選択する範囲の先頭の行の行インデックス
選択する範囲の先頭の列の列インデックス
選択する範囲の最後の行の行インデックス
選択する範囲の最後の列の列インデックス
指定した範囲の項目が1つ以上あるかどうかを確認します。
構文
'宣言
 
Public Overloads Function IsAvailable( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer _
) As Boolean
public bool IsAvailable( 
   int row,
   int column,
   int row2,
   int column2
)

パラメータ

row
選択する範囲の先頭の行の行インデックス
column
選択する範囲の先頭の列の列インデックス
row2
選択する範囲の最後の行の行インデックス
column2
選択する範囲の最後の列の列インデックス
参照

CellMatrix<T> クラス
CellMatrix<T> メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.